:root {
  --primary-color: #193050;
  --primary-text-color: #12253d;
  --button-bg: #193050;
  --light-blue-color: #3a63f3;
  --secondary-text-color: #697077;

  --red-color: #f33c59;
  --light-gray-color: #e5ebf1;
  --border-color: #dee2e6;
  --green-color: #2bd299;
  --yellow-color: #ffcb2e;
  --grey-color: #697077;
  --skyblue-color: #00b1ff;
  --blue-color: #32bfff;

  --title-font-size: 20px;
  --button-bg-ms: #376bb2;
  --dim-gray-color: #f5f6f9;
  --border-gray: #e5ebf1;
  --color-white: #fff;
  --table-gray: #9b9b9d;

  --button-bg-h2h: #019633;
}

a[rel="sponsored"] img {
    width: 100%
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  font-family: 'Source Sans Pro', 'sans serif';
  text-rendering: optimizeSpeed;
  font-size: 14px;
  background: #f5f7f9;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Layout CSS */
.layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0.5rem 1rem 2rem 1rem;
  flex-grow: 1;
}

.layout-main {
  grid-column: 1/ 9;
}

.layout-aside {
  grid-column: 9/ -1;
}

/* header */
.header {
  display: grid;
  justify-content: space-between;
  align-items: center;
  background-color: var(--primary-color);
  padding: 15px 26px 0 15px;
  margin-bottom: 0.75rem;
  gap: 6px;
  grid-template-columns: 1fr auto;
  grid-template-areas: 'header-logo header-links user-info' 'sports-menu sports-menu sports-menu';
}
.sports-menu-bar {
  grid-area: sports-menu;
}
.header-logo {
  grid-area: header-logo;
}
.header-menu-buttons {
  grid-area: user-info;
}
.header-logo-link {
  text-decoration: none;
}
.header-links {
  grid-area: header-links;
  display: flex;
  align-items: center;
  gap: 25px;
}
.link-center {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-link {
  text-decoration: none;
  padding: 6px 4px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.header-link:hover {
  color: #e5ebf1;
}
.header-menu-buttons a,
.header-menu-buttons button {
  padding: 6px 18px;
  background: #f5f7f9;
  color: #193050;
  text-decoration: none;
  border-radius: 6px;
  margin-left: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
  justify-content: center;
  font-size: 16px;
  position: relative;
}

.header-menu-buttons a:hover,
.header-menu-buttons a.active,
.header-menu-buttons button:hover,
.header-menu-buttons button.active {
  background: #3a63f3;
  color: #fff;
  cursor: pointer;
}

.matchstat .header-menu-buttons a:hover,
.matchstat .header-menu-buttons a.active,
.matchstat .header-menu-buttons button:hover,
.matchstat .header-menu-buttons button.active {
  background: var(--button-bg-ms);
}

.header-menu-buttons button:nth-child(2)::before {
  content: '';
  position: absolute;
  background-color: #fff;
  right: -20px;
  top: 0px;
  height: 100%;
  width: 1px;
}

.header-menu-buttons a {
  margin-left: 40px;
}

.header-menu-buttons img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
/* USER INFO */
.user-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.user-info-icon {
  margin-left: 20px;
  cursor: pointer;
}

.user-info-links {
  min-width: 200px;
  position: absolute;
  top: 10px;
  right: 0;
  margin-top: 20px;
  background-color: #f5f7f9;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.user-info-links a,
.user-info-links p {
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px 12px !important;
  transition: all 0.2s ease;
  color: #162b46 !important;
  text-align: left;
  justify-content: start;
  font-size: 16px !important;
  align-items: center;
  display: flex;
}

.user-info-links a img,
.user-info-links p img {
  margin-right: 8px;
  border-radius: 100px;
}

.user-info-links a:not(:first-child):hover,
.user-info-links p:not(:first-child):hover {
  cursor: pointer;
  background-color: #162b46;
  color: #fff !important;
  transition: all 0.2s ease;
  border-radius: 3px;
}

.header-menu-buttons button.user-btn {
  padding: 0;
  background-color: transparent;
}
.header-menu-buttons button.user-btn:hover {
  background-color: transparent;
}
.sports-buttons {
  grid-area: header-sports;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
  gap: 16px;
}
.sports-menu-bar .sport-btn {
  padding: 2px 6px;
  color: white;
  text-decoration: none;
  flex-direction: column;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
  justify-content: center;
  border-bottom: 4px solid transparent;
}
.sports-menu-bar .sport-btn.selected {
  /* font-weight: 600; */
}
.sports-menu-bar .more-menu-wrapper .sport-btn.selected,
.sports-menu-bar .more-menu-wrapper .sport-btn:hover {
  background: var(--light-blue-color);
}
.sports-menu-bar .sport-btn.selected,
.sports-menu-bar .sport-btn:hover {
  border-bottom: 4px solid var(--light-blue-color);
}
.matchstat .sports-menu-bar .more-menu-wrapper .sport-btn.selected,
.matchstat .sports-menu-bar .more-menu-wrapper .sport-btn:hover {
  background: var(--button-bg-ms);
}
.matchstat .sports-menu-bar .sport-btn.selected,
.matchstat .sports-menu-bar .sport-btn:hover {
  border-bottom: 4px solid var(--button-bg-ms);
}
.sports-menu-bar .sport-logo {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pred-d {
    box-sizing:border-box;
    margin-right : auto;
    margin-left : auto;
    max-width:1240px;
  }

#pred-d-table {
  margin-top: 10px;
  /* max-height: 500px;
  overflow-x: auto;
  overflow-y: auto; */
}

/* matchstat header */
.matchstat .header {
  background-color: var(--primary-color);
}

.ms-logo {
  font-size: 28px;
  color: #fff;
}

.ms-logo span:last-child {
  margin-left: -8px;
}

.matchstat .header-name {
  display: block !important;
  text-decoration: none;
  text-transform: uppercase;
  color: #f87800;
  font-size: 30px;
  font-weight: bolder;
}

.matchstat .header-name:hover {
  color: #f1f2f5;
}

.matchstat .header-img {
  display: none !important;
}

.matchstat .sports-buttons .sport-btn.selected {
  background: var(--button-bg-ms);
}

.matchstat .icon2 {
  display: block !important;
}

.matchstat .icon1 {
  display: none !important;
}

/* Sport Menu Header */
.sports-menu-bar {
  margin: 0px auto;
  width: 100%;
  /* max-width: 1200px; */
}
.sports-menu-bar ul {
  list-style: none;
  justify-content: space-between;
}
.menu-bar {
  display: flex;
  justify-content: center;
}
.menu-item {
  position: relative;
  min-width: 90px;
}
.menu-item:hover {
  cursor: pointer;
}
.menu-text {
  font-size: 14px;
  text-align: center;
}
.more-menu-wrapper {
  background-color: var(--primary-color);
  position: absolute;
  width: 200px;
  right: 0;
  padding: 5px 0;
  top: 100%;
  z-index: 1;
  transition: height 0.4s ease 0s;
}
.sport-btn.more-button {
  border-bottom: none !important;
}
.sport-btn.more-button #dropicon {
  transition: transform 0.3s ease-in-out;
}
.sport-btn.more-button.close ~ .more-menu-wrapper {
  display: none;
}
.sport-btn.more-button.open #dropicon {
  transform: rotate(180deg);
}
.more-menu-wrapper .menu-item .sport-btn {
  flex-direction: row;
  padding: 8px 10px;
  gap: 10px;
  border-bottom: none !important;
  border-left: 4px solid transparent;
}
.more-menu-wrapper .menu-item .sport-btn .menu-text {
  flex: 1;
  text-align: left;
}
.view-more-sports {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .menu-bar > :not(.view-more-sports):nth-child(n + 11) {
    display: none;
  }
  .more-menu-wrapper .menu-item:nth-child(-n + 6) {
    display: none;
  }
  .more-menu-wrapper .menu-item:nth-child(n + 7) {
    display: block !important;
  }
  .view-more-sports {
    display: block !important;
  }
}
@media only screen and (max-width: 1100px) {
  .menu-bar > :not(.view-more-sports):nth-child(n + 9) {
    display: none;
  }
  .more-menu-wrapper .menu-item:nth-child(-n + 4) {
    display: none;
  }
  .more-menu-wrapper .menu-item:nth-child(n + 5) {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
 #pred-d {
     max-width:940px;
    }
}
@media only screen and (max-width: 950px) {
  .menu-bar > :not(.view-more-sports):nth-child(n + 7) {
    display: none;
  }
  .more-menu-wrapper .menu-item:nth-child(-n + 2) {
    display: none;
  }
  .more-menu-wrapper .menu-item:nth-child(n + 3) {
    display: block !important;
  }
}
@media only screen and (max-width: 900px) {
  .menu-item {
    min-width: 65px;
  }
}

@media only screen and (max-width: 767px) {
 #pred-d {
     max-width:767px;
    }
}

@media only screen and (max-width: 620px) {
  .menu-bar > :not(.view-more-sports):nth-child(n + 5) {
    display: none;
  }
  .more-menu-wrapper .menu-item {
    display: block !important;
  }
}
/* Sidebar CSS */
.live-events {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(11, 15, 50, 0.06);
  overflow: hidden;
  margin-bottom: 20px;
}

.sticky-sidebar {
  position: sticky;
  top: 5%;
}

.text-lower {
  text-transform: lowercase !important;
}

.live-events-title {
  display: flex;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--primary-color);
  text-transform: capitalize;
  padding: 12px 20px;
  align-items: center;
}

.live-events-title span {
  color: var(--red-color);
  font-weight: 600;
}

.live-events-title img {
  object-fit: none;
}

.live-events-body {
  padding: 0 20px;
}

.live-events-data {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0 14px 0;
}

.live-events-body .live-events-data:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.in-h2h {
  justify-content: space-between;
  text-decoration: none;
  color: var(--primary-text-color);
}

.in-h2h-players {
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.in-h2h-player {
  display: flex;
  gap: 12px;
}

.in-h2h-player img {
  border-radius: 100px;
  height: 20px;
}

.in-h2h-score {
  display: flex;
  gap: 16px;
  align-items: center;
}
.in-h2h-score button {
  cursor: pointer;
}

.in-h2h-score img {
  height: fit-content;
}

/* Common CSS */
select:focus,
input:focus {
  outline: none;
}
button {
  border: none;
  outline: none;
}

.position-relative {
  position: relative;
}

.loading-skeleton {
  position: relative;
  pointer-events: none;
}
.loading-skeleton-effect {
  pointer-events: none;
}
.loading-skeleton-effect * {
  pointer-events: none;
  animation: loading-skeleton 1.5s infinite;
}

.loading-skeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: grey;
  opacity: 0.25;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  animation: loading-skeleton 1.5s infinite;
}

.matchstat .loading-skeleton::after {
  border-radius: 6px;
}

.flex-mixin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-self-align-start {
  align-self: self-start;
}

.overflow-y-auto {
  overflow-y: auto;
}

@keyframes loading-skeleton {
  0% {
    opacity: 0.35;
  }

  50% {
    opacity: 0.75;
  }

  100% {
    opacity: 0.35;
  }
}

.desktop-banner {
  display: flex;
}

.mobile-banner {
  display: none;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-16 {
  margin-bottom: 16px;
}
.ml-auto {
  margin-left: auto;
}

.text-center {
  text-align: center !important;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.align-center {
  align-items: center;
}

.align-self-end {
  align-self: end;
}

.padding-16 {
  padding: 16px;
}

.text-nowrap {
  white-space: nowrap;
}

.primary-text {
  color: var(--primary-color);
}

.secondary-text {
  color: var(--secondary-text-color);
}

.green-text {
  color: var(--green-color);
}

.red-text {
  color: var(--red-color);
}

.section-container.secondary-bg {
  background-color: var(--light-gray-color);
}

.blue-text {
  color: var(--light-blue-color);
}

.font-weight-600 {
  font-weight: 600 !important;
}

.text-right {
  text-align: right;
}

.section-container {
  padding: 24px 32px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0px 1px 1px 0px rgba(11, 15, 50, 0.06);
  overflow: hidden;
}

.section-header {
  background: linear-gradient(
    90deg,
    #dfe7ee -56%,
    rgba(223, 231, 238, 0.18894) 32.51%,
    rgba(223, 231, 238, 0.04) 48.76%,
    rgba(223, 231, 238, 0.188462) 68.24%,
    #dfe7ee 174.74%
  );
  padding: 12px 1rem;
  text-transform: uppercase;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: 600;
  font-size: var(--title-font-size);
  line-height: normal;
  color: var(--primary-text);
  font-style: normal;
}

.section-header-blue {
  background: var(--primary-color);
  color: #fff;
}

.recent-forms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.matchstat .recent-forms {
  gap: 4px;
}

.result {
  border-radius: 100%;
  margin-left: -0.5rem;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #1a3150;
}

.result.result-no-border {
  border: none;
}

.matchstat .result {
  border: none;
  font-weight: 600;
  margin-left: 0px;
  border-radius: 3px;
  font-size: 14px;
}

.result-win {
  background: var(--green-color);
}

.result-lose {
  background: var(--red-color);
}

.result-draw {
  background: var(--yellow-color);
}

.result-none {
  background: var(--grey-color);
}

section {
  margin-bottom: 20px;
}

.view-more {
  border-top: 1px dashed var(--light-gray-color);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-more-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--light-blue-color);
  text-transform: uppercase;
}

.view-more-link:hover {
  cursor: pointer;
}

/* BUTTON CSS */
.button {
  padding: 12px;
  gap: 10px;
  border: none;
  cursor: pointer;
}

.button-blue {
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff;
}

/*  TAB CSS */
.tab-container {
  display: flex;
  gap: 10px;
}

.tab {
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  color: var(--secondary-text-color);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.tab:hover {
  cursor: pointer;
}
.steveg div[data-filter='prediction'] .active-tab,
.active-tab {
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 8px 15px 0px rgba(26, 49, 80, 0.14);
}

.matchstat .active-tab {
  background: var(--button-bg-ms);
}

.banner-13 {
  width: 100%;
}
/*  TABLE CSS */
.table-container {
  overflow-x: auto;
  background: #fff;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
}
table:has(.no-data) thead {
  display: none;
}
tr.no-data {
  border: none !important;
}

.custom-table tr {
  border-bottom: 1px solid #dde1e6;
}

.custom-table tbody td {
  padding: 10px 0;
  text-transform: capitalize;
}

.custom-table thead th {
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 20px;
  font-size: 12px;
}

.custom-table .row-header {
  text-transform: uppercase;
  font-weight: 600;
  color: var(-primary-text-color);
}

.custom-table tr:not(:has(.row-header)) td:first-child {
  color: var(--secondary-text-color);
}

.custom-table tr td:not(:first-child) {
  padding-left: 32px;
  font-weight: 600;
}

.custom-table tr td:not(:last-child) {
  border-right: 1px solid #dde1e6;
}

/* DROPDOWN CSS */
.dropdown-container {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.dropdown {
  font-family: 'Source Sans Pro';
  padding: 0.5rem;
  border-radius: 4px;
  padding-right: 20px;
  border: none;
  color: var(--secondary-text-color);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden !important;
  word-wrap: normal;
  /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/arrow-down.png"); */
  background: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

/* HEAD TO HEAD DIAGRAM */

.h2h-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 64px 32px 64px;
}

.h2h-diagram-content {
  flex-grow: 1;
  padding: 0 36px 16px 36px;
}

.h2h-diagram-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.h2h-diagram-team-title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
}

.h2h-diagram-team img {
  width: 80px;
}

.h2h-diagram-matches-total {
  text-align: center;
  font-size: 16px;
  color: var(--secondary-text-color);
}

.h2h-diagram-matches-content {
  display: flex;
  gap: 4px;
  margin-top: 30px;
  width: 100%;
}

.h2h-summary-range .progressbar-container,
.h2h-diagram .progressbar-container {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.h2h-summary-range .progressbar-container .total,
.h2h-diagram .progressbar-container .total {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.h2h-summary-range .progressbar-container .total-number,
.h2h-diagram .progressbar-container .total-number {
  color: var(--light-blue-color);
  font-size: 20px;
  font-weight: 600;
}

.h2h-summary-range .progressbar-container .total-text,
.h2h-diagram .progressbar-container .total-text {
  color: var(--secondary-text-color);
  font-size: 12px;
  font-weight: 400;
}

.h2h-diagram .progressbar-blue,
.h2h-diagram .progressbar-sky,
.h2h-diagram .progressbar-gray {
  height: 6px;
}

.h2h-summary-range .progressbar-blue,
.h2h-diagram .progressbar-blue {
  background: var(--light-blue-color);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.h2h-summary-range .progressbar-sky,
.h2h-diagram .progressbar-sky {
  background: var(--skyblue-color);
}

.h2h-summary-range .progressbar-gray,
.h2h-diagram .progressbar-gray {
  background: var(--light-gray-color);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.h2h-diagram .progress-bar {
  width: var(--progress);
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* HEAD TO HEAD INFORMATION BANNER */

.steveg .h2h-information {
  --background-image: url('https://www.stevegtennis.com/assets/images/tennis-court.webp');
}

/* .steveg .h2h-information.cricket {
  --background-image: url('../images/cricket-h2h-bg.jpeg');
} */

.h2h-information {
  background-image: linear-gradient(
      358.76deg,
      var(--primary-color) 35.59%,
      rgba(26, 49, 80, 0) 126.41%
    ),
    var(--background-image);
  background-size: cover;
  padding: 0 32px 32px;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.matchstat .h2h-information {
  background: white;
}

.h2h-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.h2h-profile {
  width: 50%;
}

.h2h-profile-info {
  display: flex;
  align-items: center;
}

.h2h-link {
  text-decoration: none;
  font-weight: 600;
  color: var(--primary-text-color);
}

.h2h-link:hover {
  cursor: pointer;
}

.h2h-profile-image {
  padding: 20px 8px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -2.7%,
    rgba(255, 255, 255, 0.4) 30.58%,
    rgba(255, 255, 255, 0) 87.29%
  );
  width: fit-content;
}

.h2h-profile-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
}

.steveg .h2h-profile-name {
  color: #fff;
}

.h2h-profile:first-child .h2h-profile-name {
  padding-left: 32px;
  text-align: left;
}

.h2h-profile:last-child .h2h-profile-name {
  padding-right: 32px;
  text-align: right;
}

.h2h-profile:last-child .h2h-profile-info {
  justify-content: end;
}

.h2h-profile:last-child .h2h-profile-country {
  justify-content: end;
}

.h2h-profile:last-child .h2h-profile-country:before {
  left: 0;
}

.h2h-profile:last-child .h2h-profile-recent-form {
  align-items: end;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}

.matchstat .h2h-profile:last-child .h2h-profile-recent-form {
  border-left: 1px dashed rgba(0, 0, 0, 0.5);
}

.h2h-profile-country {
  position: relative;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 16px;
  font-size: 12px;
  font-weight: 600;
  font-variant: small-caps;
  line-height: 16px;
}

.steveg .h2h-profile-country {
  color: #fff;
}

.steveg .h2h-profile-country::before {
  content: '';
  width: calc(100% - 128px);
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.matchstat .h2h-profile-country::before {
  background: rgba(0, 0, 0, 0.5);
}

.h2h-profile-recent-form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.h2h-profile-recent-form p {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font-14);
  font-weight: 400;
}

.matchstat .h2h-profile-recent-form p {
  color: var(--primary-color);
}

/* H2h Prediction */
.pred-count-container {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.pred-perc-container {
  display: flex;
  margin-top: 1rem;
  gap: 6px;
}

.pred-page.pred-perc-container {
  /* display: flex;
  gap: 2px;
  margin-top: 0;
  width: 100%; */
}

.pred-page.pred-perc-container .pred-perc {
  font-size: 14px;
  padding: 4px 6px;
}

 .pred-perc {
  color: white;
  flex-basis: var(--perc);
  padding: 4px;
  font-size: 14px;
     width:100%;
}
.pred-page.pred-perc-container .pred-perc:first-of-type {
  padding-left: 5px;
}
 .pred-perc.bg-green {
  background: var(--green-color);
}
 .pred-perc.bg-red {
  background: var(--red-color);
}
.pred-perc-container .pred-perc:first-of-type {
  background: var(--light-blue-color);
  padding-left: 12px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pred-perc-container .pred-perc:nth-of-type(2) {
  background: var(--table-gray);
  text-align: center;
}
.pred-page.pred-perc-container .pred-perc:last-of-type {
  padding-right: 5px;
}

.pred-perc-container .pred-perc:last-of-type {
  background: var(--skyblue-color);
  text-align: right;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 12px;
}

.prediction-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 1.5rem 0.25rem;
}

.h2h-prediction-text-container {
  display: flex;
  gap: 6px;
  padding: 18px;
}

.quote-end {
  margin-top: auto;
}

/* Stats Table */
.stats-table .tab-container {
  margin-bottom: 16px;
}

.matchstat .stats-table .tab-container {
  margin-left: 10px;
}

.stat-tab-wrapper {
  display: flex;
  justify-content: space-between;
}

.stat-tab-wrapper .event-score {
  text-align: right;
  font-weight: 500;
  margin: 0.5rem;
}

/* Prediction Banner */
.matchstat .prediction-banner {
  background-image: url('https://matchstat.com/assets/images/predictions-bg-ms-tn.webp');
}
.prediction-banner {
  background-size: cover;
  border-radius: 6px;
  background-image: url('https://www.stevegtennis.com/assets/images/predictions-bg-ms-tn.webp');
  margin: 2rem 0;
}

.prediction-banner-block {
  padding: 20px 40px 30px;
  background: #03002e80;
  border-radius: 6px;
}

.prediction-banner-block h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  color: #fff;
}

.blue-span {
  color: var(--blue-color);
}

.prediction-banner .input-box {
  position: relative;
  margin-top: 30px;
}

.prediction-banner .input {
  padding: 20px;
  font-size: 1rem;
  width: 100%;
  color: #737b96;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  outline: none;
  border: none;
  box-sizing: border-box;
}

.prediction-banner .input-btn {
  padding: 15px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: calc(100% - 16px);
  top: 8px;
  right: 12px;
  color: #fff;
  background: #1643f2;
  grid-gap: 16px;
  gap: 16px;
}

.prediction-banner .accuracy-text {
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.prediction-banner .email-text-msg {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

/* LIVE */
.live {
  background-color: #fff;
  padding: 4px;
  padding-bottom: 0;
  border-radius: 6px 6px 0px 0px;
  box-shadow: 0px 1px 1px 0px rgba(11, 15, 50, 0.06);
}

.live-header {
  background: var(--light-gray-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 14px 5px 4px;
}

.live-header p {
  background: var(--red-color);
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

.live-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 32px;
}

.live-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
}

.live-data-minutes {
  color: var(--red-color);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.live-points {
  border-radius: 4px;
  background: #ffebef;
  padding: 4px 30px;
  display: flex;
  gap: 16px;
}

.live-points p {
  color: var(--red-color);
  font-size: 28px;
  font-weight: 600;
}

/* UPCOMING MATCH CSS */
div.pred-page ~ .help-text p,
div.pred-page ~ .help-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.header-menu-buttons a.login-text {
  color: #193050;
}
.header-menu-buttons a.login-text:hover {
  color: white;
}

.match-league {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}

.match-league p {
  color: var(--primary-color);
  font-weight: 400;
}

.match-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 26px;
  margin-top: 16px;
}

.match-container .h2h-diagram-team-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.match-team-stats .result {
  border-color: var(--light-gray-color);
}

.match-team-stats .recent-forms {
  max-width: 90px;
}

.matchstat .match-team-stats .recent-forms {
  max-width: 120px;
}

.match-data {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
}

.match-data > p:first-child {
  margin-bottom: 8px;
}

.match-odds {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  justify-content: center;
}

.match-odds p {
  padding: 10px 36px;
  color: var(--primary-color);
  font-weight: 600;
  background: #fff;
  border-radius: 8px;
}

/* -------------------------------BREADCRUMB----------------------------  */

.breadcrumb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1.5rem;
  grid-column: 1 / -1;
}

.breadcrumb-link,
.breadcrumb-links {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #697077;
  cursor: pointer;
  transition: all 0.3s ease;
}

.breadcrumb-link a {
  text-decoration: none;
  color: #21272a;
  /* color: var(--primary-text); */
  transition: all 0.2s ease;
}

.breadcrumb-link.active,
.breadcrumb-link:hover {
  color: #21272a;
  transition: all 0.3s ease;
}

.breadcrumb-link-text {
  white-space: nowrap;
}
/* SEARCH BOX */
.section-header.search-header {
  padding: 0;
  background: transparent;
  text-align: left;
  margin-bottom: 20px;
}

.search-container {
  border-radius: 6px;
  background: var(--light-gray-color);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr minmax(20px, max-content) 1fr minmax(
      70px,
      max-content
    );
  grid-gap: 16px;
}

.search-input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4d5358;
  padding: 4px 16px;
  background: #fff;
  border-radius: 5px;
  width: calc(100% - 50px);
  height: 34px;
  border: none;
  padding-left: 2rem;
}

.search-icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-inline: 0.75rem;
}

.search-group {
  position: relative;
}

.search-text {
  color: var(--light-blue-color);
  font-size: 16px;
  font-weight: 600;
  margin: auto 0;
}

/* PAST MATCH */
.matches-played table,
.past-match-table {
  width: 100%;
  padding: 24px 32px;
  border-collapse: collapse;
}

.container .section-container.matches-played-container,
.container .section-container.past-match-container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.past-match-table tr.thead {
  background: var(--light-gray-color);
}

.past-match-table img.thead {
  vertical-align: middle;
}

.past-match-table tr.thead td {
  padding: 7px 16px;
  font-weight: 600;
  color: var(--secondary-text-color);
}

.past-match-table tr.thead td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.past-match-table tr.thead td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 1px solid #fff;
  width: 36px;
  text-align: center;
}

.past-match-table tbody tr td,
.matches-played table tbody tr td {
  padding: 16px 4px;
}

.bottom-banner {
  position: fixed;
  bottom: 2%;
  left: calc(50% - 200px);
  z-index: 9999;
  background: var(--light-blue-color);
  width: 400px;
  margin: 0 auto;
  box-shadow: 0 2px 6px #0006;
  padding: 10px;
  border-radius: 100px;
  color: #000;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.matchstat .bottom-banner {
  background: var(--button-bg-ms);
}
.bg-white {
  background: #fff;
}
.past-match-table .result {
  border-color: transparent;
}

.past-match-table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--light-gray-color);
}

.past-match-teams {
  display: flex;
  gap: 16px;
  padding-left: 12px;
}

.past-match-teams-group {
  display: flex;
  gap: 16px;
  align-items: center;
}

.past-match-teams-group:not(:last-child) {
  margin-bottom: 6px;
}

.past-match-teams-group p {
  text-transform: capitalize;
}

.past-match-teams-group img {
  width: 18px;
  height: auto;
}

.past-match-results {
  display: flex;
  gap: 30px;
  justify-content: end;
  align-items: center;
}

.past-match-results img {
  height: fit-content;
}

/* INTERSTING MATCHES */
.intersting-matches {
  display: flex;
  gap: 32px;
}

.intersting-matches-container {
  width: 100%;
}

.intersting-matches-container:first-child {
  border-right: 1px dashed #dde1e6;
  padding-right: 32px;
}

.intersting-matches-container h1 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.intersting-match {
  display: flex;
  justify-content: space-between;
  padding: 14px;
}

.intersting-match:not(:last-child) {
  border-bottom: 1px solid #dde1e6;
}

.intersting-match-team {
  display: flex;
  gap: 11.6px;
}

.intersting-match-team p {
  text-transform: capitalize;
}

.intersting-match-score {
  display: flex;
  gap: 4px;
}

.intersting-match-score p {
  text-transform: uppercase;
  color: var(--secondary-text-color);
}

.intersting-match-score span {
  font-weight: 600;
  color: var(--primary-text-color);
}

/* LEAGUE TABLE */
.league-table.custom-table tr td:not(:last-child) {
  border-right: none;
}

.league-table.custom-table tr td:not(:first-child) {
  font-weight: normal;
}

.league-table-team {
  display: flex;
  gap: 10px;
}

.league-table-team p {
  font-weight: 600;
  white-space: nowrap;
}

.league-table .result {
  border-color: #ffffff;
}

.league-table.custom-table tr th,
.league-table.custom-table tr td {
  padding-left: 12px;
}

html:not(.matchstat) .league-table.custom-table tr {
  border: none;
}

html:not(.matchstat) .league-table.custom-table tr:nth-child(even) {
  background: #f5f7f9;
}

.league-table .recent-forms {
  flex-wrap: nowrap;
}

.promotions {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
  color: var(--secondary-text-color);
  font-weight: 400;
  margin-top: 24px;
}

.promotions-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.league-table-line {
  position: relative;
}

.league-table-green-dash::before {
  content: '';
  position: absolute;
  top: 6%;
  left: 0;
  width: 2px;
  height: 88%;
  background: var(--green-color);
}

.league-table-blue-dash::before {
  content: '';
  position: absolute;
  top: 6%;
  left: 0;
  width: 2px;
  height: 88%;
  background: var(--light-blue-color);
}

.league-table-red-dash::before {
  content: '';
  position: absolute;
  top: 6%;
  left: 0;
  width: 2px;
  height: 88%;
  background: var(--red-color);
}

::-webkit-scrollbar {
  height: 4px;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dee2e6;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dash {
  height: 2px;
  width: 20px;
}

.green-dash {
  background: var(--green-color);
}

.blue-dash {
  background: var(--light-blue-color);
}

.red-dash {
  background: var(--red-color);
}

/* RECENTLY PLAYED */
.recently-played-container {
  max-width: 360px;
  width: 100%;
}

.recently-played-container .result {
  border-color: transparent;
}

.container .section-container.recently-played {
  display: flex;
  gap: 32px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.recently-header {
  display: grid;
  grid-template-columns: 2fr 10fr;
  align-items: center;
  padding: 0;
  background-color: var(--light-gray-color);
  border-radius: 6px;
}

.recently-header div:last-child {
  padding: 7px 0 7px 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.recently-header p {
  color: #12253d;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 0 7px 16px;
}

.recently-header img {
  padding: 7px 16px 7px 16px;
  border-right: 2px solid #fff;
  height: fit-content;
}

.table-grid .grid-item:not(:last-child) {
  border-bottom: 1px solid var(--light-gray-color);
}

.grid-item {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 9fr 3fr;
  align-items: center;
}

a.grid-item {
  text-decoration: none;
}

.grid-teams {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.recently-played .result {
  height: 24px;
  width: 24px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 0;
}

.recently-played .team-name {
  color: #12253d;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.home-team {
  font-weight: 600;
}

.recently-played .scores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.view-more {
  border-top: 1px dashed var(--light-gray-color);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.view-more-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--light-blue-color);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.display-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  @media (max-width: 500px) {
    gap: 6px;
  }
}

/* UPCOMING MATCHES */
/* UPCOMING MATCHES  */
.dnone {
  display: none !important;
}

.center {
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 20px 0px;
}

.bg-gray {
  background-color: #f5f7f9;
  margin-bottom: 0px;
}

.tab.clicked {
  background-color: #193050;
  box-shadow: 0 8px 15px #1a315024;
  color: #ffffff;
}

.grid-44 {
  display: grid !important;
  grid-template-columns: 1fr 1fr 120px 110px;
  align-items: center;
  grid-gap: 10px;
  padding: 10px 0px;
  background-color: #ffffff;
}
.pred-page .grid-44 {
  grid-template-columns: 1fr 1fr 58px 58px 100px;
  font-size:14px;
  justify-items:flex-start;
}

.grid-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.px-32 {
  padding: 0px 32px;
  background-color: #ffffff;
}

.table-column {
  display: flex;
  align-items: center;
  gap: 3px;
  background-color: #ffffff;
  border-radius: 10px;
  height: 40px;
}

.table-column-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5ebf1;
  padding: 10px 20px;
  border-radius: 10px 0 0 10px;
}

.table-column-name {
  background-color: #e5ebf1;
  padding: 10px;
  border-radius: 10px;
  flex-grow: 1;
}

.link {
  text-decoration: none;
  color: gray;
  text-transform: uppercase;
  font-weight: 600;
}

.link:hover {
  color: black;
}

.flex-between {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flex-end {
  display: flex;
  justify-content: end;
  align-items: center;
}

.gap {
  gap: 10px;
}

.tab-odds {
  background-color: green;
  color: #ffffff;

  padding: 8px;
}

.tab-blue {
  background-color: #3a63f3;
  color: #ffffff;
  width: auto;
  padding: 4px 12px;
  font-size: 16px;
}

.border-bottom {
  border-bottom: 1px solid #e5ebf1;
}

.margin-b {
  margin-bottom: 0;
}

.parent > div {
  border-bottom: 1px solid #e5ebf1;
}

.parent > div:last-child {
  border-bottom: none;
  /* Remove the border from the last child div */
}

.link-black {
  text-decoration: none;
  color: black;
}

.wrap {
  white-space: nowrap;
}

.upcoming-matches .tab-container {
  overflow: auto;
  white-space: nowrap;
  padding: 18px 0px 8px;
  margin-bottom: 14px;
}

.upcoming-matches .tab {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

/* league_table */
.batter-table,
.bowler-table,
.main-table {
  background-color: var(--color-white);
  padding: 8px 0;
  border-bottom: 1px solid var(--border-gray);
}

.batter-head {
  color: var(--table-gray);
  display: flex;
  gap: 5px;
  padding: 4px 8px;
  cursor: pointer;
  font: 500 16px / 1.33;
}

.head-left,
.body-left {
  flex: 1;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.head-right,
.body-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.batter-body {
  color: black;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 14px;
}

.batter-body:hover {
  background-color: var(--dim-gray-color);
}

.main-name {
  color: black;
  font-size: 14px;
  overflow: hidden;
}

.child-name {
  font-size: 14px;
  color: var(--table-gray);
  overflow: hidden;
}

.table-footer {
  display: flex;
  flex-direction: column;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  font: 400 14px;
}

/* bowler table */

.bowler-head {
  padding: 4px 8px;
  font: 500 14px / 1.33;
  color: var(--table-gray);
  display: flex;
  gap: 5px;
  cursor: pointer;
}

.bowler-head--left {
  flex: 1;
  text-align: left;
}

.bowler-head--right {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
}

.bowler-body {
  padding: 8px;
  color: black;
  font: 400 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.bowler-body:hover {
  background-color: var(--dim-gray-color);
}

.bowler-body--left {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  text-align: left;
}

.bowler-body--right {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* main table */

.main-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  color: var(--table-gray);
  cursor: pointer;
  font-weight: 500;
}

.main-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  font-weight: 400;
}

.main-body:hover {
  background-color: var(--dim-gray-color);
}

.overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.content-left1 {
  width: 24px;
  text-align: center;
}

.content-left2 {
  display: flex;
  flex-grow: 1;
  margin-left: 16px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-right1,
.content-right2 {
  min-width: 48px;
  margin-left: 16px;
  text-align: center;
}

/* -----------------------Footer---------------------- */

/* FOOTER */
.footer {
  background: var(--primary-color);
  color: #fff;
  display: flex;
}

.footer a {
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
}

.footer a:hover {
  color: #bbb;
}

.new-sport-footer .footer-right-container {
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 3rem;
  }

  .footer-text {
    text-align: left;
  }

  .upcoming-matches .tab-container {
    justify-content: center;
  }
}

.footer .footer-container {
  max-width: 100%;
}

.new-sport-footer .footer-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer .footer-logo {
  margin-bottom: 1rem;
}

.footer .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 200px;
}

.footer-left {
  width: 700px;
  font-size: 16px;
}

.footer-left p {
  margin-bottom: 1rem;
  line-height: 24px;
}

.footer-content-contaier {
  display: flex;
  gap: 100px;
}

.new-sport-footer .footer-content-contaier {
  justify-content: space-between;
}

.footer-right {
  margin: 0 20px;
  margin-top: 1rem;
}

.footer-right .h6 {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
}

.footer-right p {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
}

.footer-right-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  white-space: nowrap;
}

.checkbox-container {
  align-items: center;
  gap: 0.5rem;
  display: flex;
  justify-content: start;
}

.input-checkbox[type='checkbox'] {
  position: relative;
  min-width: 50px;
  height: 26px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 2px #000;
}

.input-checkbox[type='checkbox']::before {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.input-checkbox[type='checkbox']:checked::before {
  transform: translateX(100%);
  background: #236a50;
}

.input-checkbox[type='checkbox']:checked {
  background: rgba(255, 255, 255, 0.9);
}

.download-apps {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.profile-link-ft {
  color: #438fff !important;
}
.progress-bar {
  width: var(--progress);
}

.gamling-partner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
}

.gamling-partner img {
  width: auto;
  height: 36px;
}

/* Media Query --------------------------- 1024px */

@media (max-width: 1024px) {
  .footer-content-contaier {
    gap: 40px;
  }
}

/* Media Query --------------------------- 992px */

@media screen and (min-width: 991px) {
  .hide-in-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .ms-logo span:last-child {
    margin-left: -4px;
  }

  .ms-logo {
    font-size: 20px;
    white-space: nowrap;
  }

  .footer-right h6 {
    font-size: 14px;
  }

  .footer p {
    font-size: 14px;
  }

  .breadcrumb-link-text {
    white-space: normal;
    font-size: 14px;
  }
  .h2h-diagram {
    padding: 24px;
  }

  .h2h-diagram-content {
    padding: 0 16px 20px;
  }

  .league-table.custom-table tr th,
  .league-table.custom-table tr td {
    padding-left: 6px;
  }

  .league-table.custom-table tr th:first-child,
  .league-table.custom-table tr td:first-child {
    padding-left: 20px;
  }

  .recently-played .scores {
    gap: 25px;
  }

  .hide-in-desktop {
    display: none;
  }

  .hide-in-mobile {
    display: table-cell;
  }
}

@media (min-width: 769px) and (max-width: 870px) {
  .footer-right {
    margin: 0 10px;
  }
}

/* Media Query --------------------------- 768px */

@media screen and (max-width: 768px) {
  :root {
    --title-font-size: 18px;
  }

  .footer.new-sport-footer {
    padding: 1rem 1rem 3rem 1rem;
  }

  .gamling-partner {
    gap: 14px;
  }

  .new-sport-footer.gamling-partner {
    justify-content: center;
  }

  .ms-logo {
    font-size: 24px !important;
  }

  .footer {
    padding: 1rem;
  }

  .footer-text {
    text-align: center;
  }

  .footer-left {
    width: auto;
  }

  .footer-content-contaier {
    flex-direction: column;
  }

  .new-sport-footer .footer-content-contaier,
  .new-sport-footer .footer-right-container {
    justify-content: center;
    display: flex;
  }

  .footer-right {
    text-align: left;
  }

  .layout-aside {
    display: none;
  }

  .layout-main {
    grid-column: 1 / -1;
  }

  .h2h-diagram {
    padding: 16px;
  }

  .h2h-diagram-content {
    padding: 0 16px 20px;
  }

  .h2h-diagram-team-title {
    font-size: 14px;
  }

  .section-sub-container {
    gap: 25px;
    padding: 20px;
  }

  .recently-played .scores {
    gap: 15px;
  }

  .prediction-banner-block {
    padding: 8px 20px 14px !important;
  }

  .prediction-banner-block h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    text-align: center;
  }

  .prediction-banner .input {
    padding: 6px 12px;
    height: auto;
    font-size: 14px !important;
    border-radius: 4px;
  }

  .prediction-banner .input-btn {
    position: relative;
    margin: 8px auto;
    font-size: 12px;
    right: 0;
    padding: 6px 10px;
    height: auto;
  }

  .prediction-banner .accuracy-text {
    font-size: 14px;
  }

  .prediction-banner .email-text-msg {
    font-size: 12px;
  }
}

/* * Media Query --------------------------- 600px */

@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 0;
  }
  .match-odds p {
    padding: 10px;
  }
  .header-menu-buttons a {
    margin-left: 0;
    padding: 7px 8px;
  }
  .wrap {
    white-space: nowrap;
  }

  .dropdown {
    max-width: 150px;
  }
  .hide-in-mobile {
    display: none;
  }

  .recent-forms .result:nth-child(n + 6) {
    display: none;
  }

  .header {
    gap: 0.75rem;
    grid-template-areas:
      'header-logo user-info'
      'header-links header-links'
      'sports-menu sports-menu';
    padding: 8px 16px 0 8px;
  }
  .header-links {
    justify-content: space-around;
  }

  .head-right,
  .bowler-head--right {
    width: 45px;
  }

  .body-right,
  .bowler-body--right {
    width: 45px;
  }

  .bowler-head,
  .bowler-body {
    font-size: 16px;
  }

  .main-head,
  .main-body {
    font-size: 16px;
  }

  .prediction-text {
    font-size: 14px;
    margin: 1rem 0.125rem;
  }

  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: flex;
  }

  .quote-icon {
    height: 22px;
  }

  .hide-in-desktop {
    display: block;
  }

  .section-header {
    font-size: 14px;
    padding: 14px 12px;
  }

  .footer-right {
    text-align: center;
  }

  .footer-right-container {
    grid-template-columns: 1fr;
  }

  .footer-right {
    width: auto !important;
  }

  .ms-logo {
    font-size: 16px !important;
  }
}

/* Media Query --------------------------- 500px */

@media screen and (max-width: 500px) {
  .px-32 {
    padding: 0 12px;
  }
  .layout {
    padding: 8px;
    gap: 1rem;
  }
  .matchstat .header-name {
    font-size: 24px;
  }
  .header {
    gap: 0.75rem 0.4rem;
  }
  .header-link {
    font-size: 16px;
    padding: 0px 4px 0px 0px;
  }
  .header-menu-buttons button {
    margin-left: 2px;
  }
  .recent-forms {
    max-width: 90px;
  }

  .matchstat .recent-forms {
    max-width: 120px;
  }

  .h2h-information {
    padding: 0 16px 16px;
  }

  .h2h-profile-name {
    font-size: 16px;
    line-height: normal;
  }

  .h2h-profile-image img {
    width: 40px;
    height: 40px;
  }

  .h2h-profile:first-child .h2h-profile-name {
    padding-left: 10px;
  }

  .h2h-profile:last-child .h2h-profile-name {
    padding-right: 10px;
  }

  .h2h-profile-country::before {
    width: calc(100% - 100px);
  }

  .table-container {
    padding: 12px;
    width: 100%;
  }

  .bottom-banner {
    width: 200px;
    left: calc(50% - 100px);
    padding: 5px 8px;
    font-size: 12px !important;
  }

  .custom-table .row-header {
    padding: 10px 0;
  }

  .custom-table tbody td {
    padding: 6px;
  }

  .custom-table tr td:not(:first-child) {
    padding-left: 10px;
  }

  .dropdown-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .h2h-diagram-team img {
    width: 60px;
    height: 60px;
  }

  .match-container {
    gap: 20px;
  }

  .section-container {
    padding: 16px;
  }

  .search-container {
    flex-direction: column;
    display: flex;
  }

  .past-match-table thead tr td {
    padding: 6px 12px;
  }

  .past-match-teams {
    gap: 6px;
  }

  .past-match-teams-group {
    gap: 6px;
  }

  .past-match-results {
    gap: 10px;
  }

  .intersting-matches {
    flex-direction: column;
  }

  .intersting-matches-container:first-child {
    border-color: transparent;
  }

  .live .h2h-diagram-team-image {
    width: 50px;
  }

  .promotions {
    flex-direction: column;
    align-items: start;
  }

  .h2h-prediction-text-container {
    padding: 12px;
  }

  /* for football matches */
  .none {
    display: none;
  }

  .block {
    display: block !important;
  }

  .grid-44 {
    grid-template-columns: 8fr 4fr 4fr;
    /* Change to 3 rows below 600px */
    padding-left: 20px;
  }

  .hide-bl-500 {
    display: none !important;
  }
  .pred-page .grid-44 {
    grid-template-columns: 8fr 58px 3fr;
  }
  .pred-page .grid-header.grid-44 {
      display:none !important;
    grid-template-columns: 1fr 1.25fr;
  }

  .pred-page.pred-perc-container {
    flex-direction: column;
    gap: 4px;
  }
    .table-column-name {
        margin-top:10px
    }

  .pred-page.pred-perc-container .pred-perc {
    border-radius: 4px;
    text-align: center;
  }
  .pred-page.pred-perc-container .pred-perc:nth-of-type(2) {
    display: none;
  }
  .grid1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }

  .grid2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }

  .grid3 {
    grid-row: 1/3;
    grid-column: 2/3;
    flex-direction: column;
  }

  .grid4 {
    grid-row: 1/3;
    grid-column: 3/4;
  }

  .tab-blue {
    border-radius: 2px !important;
    padding: 3px;
  }

  .tab-odds {
    padding: 1px;
    border-radius: 3px;
  }

  .gap {
    gap: 6px;
  }

  .wrap {
    white-space: pre-wrap;
  }

  .section-sub-container {
    padding-bottom: 0;
    gap: 16px;
  }

  .recently-header-text {
    font-size: 12px;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .grid-item {
    padding: 8px 0;
  }

  .recently-played {
    gap: 16px;
  }

  .recently-played .result {
    height: 20px;
    width: 20px;
  }

  .recently-played .team-name {
    font-size: 12px;
  }

  .view-more-link {
    font-size: 12px;
  }

  .recently-played {
    flex-direction: column;
  }

  .recently-played-container {
    width: 100%;
    max-width: 100%;
  }

  .head-right,
  .body-right {
    width: 45px;
  }

  .bowler-head--right,
  .bowler-body--right {
    width: 35px;
  }

  .batter-head,
  .batter-body,
  .child-name,
  .footer-row,
  .bowler-head,
  .bowler-body,
  .main-head,
  .main-body {
    font-size: 14px;
  }

  .main-name {
    font-size: 16px;
  }

  .hide-in-desktop {
    display: block;
  }

  .hide-in-mobile {
    display: none;
  }
    
    .grid44 {
        font-size: 14px !important;
        grid-row: 1 / 3;
        grid-column: 3 / 4;
    }
    
}

/* Media Query --------------------------- 425px */

@media (max-width: 425px) {
  .recently-header img {
    padding: 7px;
  }
  .breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  /* .head-right,
  .bowler-head--right {
    width: 35px;
  } */
  .body-right,
  .head-right {
    width: 24px;
  }

  .bowler-head--right,
  .bowler-body--right {
    width: 30px;
  }
}

@media (max-width: 375px) {
  .menu-item {
    min-width: unset;
  }
  .recently-header-text {
    width: min-content;
  }

  .recently-played .result {
    height: 15px;
    width: 15px;
    font-size: 8px;
  }

  .recently-played .scores {
    gap: 10px;
  }

  .head-right,
  .body-right {
    width: 24px;
  }

  .batter-body,
  .batter-head,
  .bowler-head,
  .bowler-body {
    gap: 0;
  }

  .main-name {
    font-size: 14px;
  }

  .child-name {
    font-size: 12px;
  }
}

/* Media Query --------------------------- 300px */
@media screen and (max-width: 300px) {
  .grid-44 {
    grid-gap: 0;
  }

  .recently-header-text {
    width: min-content;
  }
}

/*  ------------------------------------ MATCH STAT ------------------------------------ */

:root.matchstat {
  --primary-color: #21272a;
  --light-gray-color: #f1f2f5;
  --red-color: #f25d45;
  --green-color: #7cbf7f;
}

.matchstat body {
  background: #e5e5e5;
}

.matchstat .section-header {
  text-transform: capitalize;
  background: transparent;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  color: #21272a;
  padding: 8px 0;
}

.matchstat .button {
  border-radius: 3px;
}

.matchstat .section-container {
  border-radius: 3px;
  background: #fff !important;
}

.matchstat .matchstat-table {
  padding: 0 !important;
}

.matchstat .live-events-title {
  background-color: var(--primary-color);
  border-radius: 4px;
  padding: 0.5rem;
  margin: 10px 20px;
}

.matchstat .live-header {
  background: var(--primary-color);
}

.matchstat .live-header span {
  color: #fff;
}

.matchstat .table-container {
  padding: 8px;
  border-radius: 6px;
}

.matchstat .custom-table tr th:first-child,
.matchstat .custom-table tr td:first-child {
  border-left: 1px solid #b5b5b5;
}

.matchstat .custom-table tr th:last-child,
.matchstat .custom-table tr td:last-child {
  border-right: 1px solid #b5b5b5;
}

.matchstat .custom-table tr th,
.matchstat .custom-table tr td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.matchstat .custom-table .row-header,
.matchstat .custom-table thead tr {
  border-bottom: 1px solid #b5b5b5;
}

.matchstat .custom-table thead tr {
  border-top: 1px solid #b5b5b5;
}

.matchstat .custom-table tbody .row-header {
  border-top: 1px solid #b5b5b5;
}

.matchstat .custom-table tr:not(:last-child) {
  border-color: transparent;
}

.matchstat .custom-table tr {
  border-color: #b5b5b5;
}

.matchstat .custom-table .blue-text {
  color: var(--primary-color);
}

.matchstat .custom-table tr th:first-child,
.matchstat .custom-table tr td:first-child {
  padding-left: 20px;
}

.matchstat .search-container {
  padding: 20px;
  background: #fff;
}

input.search-input:focus ~ .search-options-container,
.search-options-container:hover {
  display: block !important;
}

.search-options-container {
  background: #fff;
  padding: 8px 20px;
  display: none;
  position: absolute;
  padding-bottom: 6px;
  width: 100%;
  top: calc(100% + 6px);
  box-sizing: border-box;
  z-index: 1;
  max-height: 160px;
  overflow: auto;
  box-shadow: 0px 0.5px 14px rgba(0, 0, 0, 0.5);
}

.search-options-container li {
  list-style: none;
  margin-bottom: 4px;
}

.search-options-container li:hover {
  cursor: pointer;
}

.matchstat .search-text {
  color: var(--primary-color);
}

.matchstat .search-input {
  height: 24px;
  padding: 8px 16px 8px 2rem;
}

.matchstat .search-group {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
}

.matchstat .match-odds p {
  background: var(--light-gray-color);
}

.matchstat .search-container button {
  background: var(--button-bg-ms);
  width: 115px;
}

.matchstat .past-match-table thead tr,
.matchstat .table-column-name,
.matchstat .table-column-icon {
  background: #f1f2f5;
}

.matchstat .dropdown-container {
  padding: 0 10px;
}

.matchstat .tab-blue {
  background: var(--button-bg-ms);
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}

.matchstat .tab {
  padding: 0.575rem 0.75rem;
  border-radius: 0.25rem;
}
.pred-page .tab-blue {
  font-size: 14px;
  padding: 0.375rem 0.5rem;
}

.matchstat .clicked {
  background: var(--button-bg-ms);
}

.matchstat .link {
  color: #5f94da;
}

.matchstat .tab-odds {
  padding: 2px 8px;
  border-radius: 4px;
}

.matchstat .section-header {
  background: transparent !important;
  color: #21272a;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 0;
  padding-top: 0;
  text-transform: capitalize;
}

.matchstat .table-container,
.matchstat .section-container {
  border-radius: 6px;
}

.header-bt-border {
  border-bottom: 3px solid #f87800;
}

.new-sport-header {
  background: var(--primary-color);
  display: flex;
  justify-content: center;
}